html{
    font-size:62.5%;
}
body{
    font-size: 1.4rem;
}
.header,.top,.top_nr,.Navigation,.top_le{
    width: 100%;
}
.header{
    padding-top: 30px;
    background: url("../images/ph_top.jpg")no-repeat;!important;
    /*background: gainsboro;*/
    background-size: 100% 100%;
}
.top{
    padding-left:0 ;
    position: relative;
}
.top>span,.top>p,.top>i{
    display: none;
}
.top>div{
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top:-20px;
}
.top>div>img{
    width: 60%;
}
.top_nr{
    margin-top: 0px;
    min-height: 100px;
}
.top_nr:after{
    content: "";
    display: block;
    clear: both;
}
.top_le img{
    width: 100%;
    height: auto;
}
.top_le>.top_logo{
    width: 10%;

    margin-right: 3%;
}
.top_le>.top_logo a{
    width: 100%;
}
.top_le>span{
    width: 45%;
    display: inline-block;
}
.top_le{
    text-align: center;
}
.top_so{
    width:100%;
    text-align: center;
    margin-right: 0;
    margin-top: 20px;
    height: 36px;
}

.top_so input{
    width: 50%;
    height: 30px;
}
#searchWord{position: absolute;left: 0}
.search_fl>div:nth-child(2){margin-left: 5px}
.search_fl{right: 0;}
.search_fl div input{height: 34px;line-height: 34px}

.top_so button{
    right: 20%;
    top:5px;
}
.Navigation>ul{
    text-align: center;
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #258AC5;
    background: none;
    border-radius: 0;
}
.Navigation>ul>li{
    width: 20%;
    height: 50px;
    line-height: 50px;
}
.Navigation>ul>li i{
    left:100%;
    top:18px;
    bottom:0;
    width: 1px;
    height: 15px;
    background: #76B0D8;
    display: block;
}
.Navigation{
    margin-top: 15px;
}
.Navigation>ul>li>a{
    font-size: 1.8rem;
}
.Navigation>ul>li>a p{
    display: none;
}
.Navigation>ul>li:nth-child(1){
    height: 100px;
    line-height: 25px;
}
.Navigation>ul>li:nth-child(1)>a p{
    display: block;
}
.Navigation>ul>li:nth-child(1) i{
   height: 65px;
    top:20px;
}
.Navigation>ul>li:nth-child(5) i{
  display: none;
}
.Navigation>ul>li:nth-child(9) i{
    display: none;
}